home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / fpc / HowToSetup < prev    next >
Text File  |  2000-01-01  |  671b  |  35 lines

  1.  
  2.  
  3.     How to setup fpc for Amiga.
  4.  
  5.     All you have to do is edit bin/ppc.cfg
  6.     I have used my settings as an example
  7.     in ppc.cfg.
  8.  
  9.     Use absolut paths and not assigns.
  10.     Assigns will NOT WORK.
  11.  
  12.     When you have set the correct paths for
  13.     your system, save ppc.cfg.
  14.  
  15.     What's left is to set the path for bin.
  16.  
  17.     path <yourpath>/bin add
  18.  
  19.     If you are going to use fpc a lot put that
  20.     line in s:user-startup.
  21.  
  22.     By the way a lot people forget to increase
  23.     the stack, you must have a stack of at least
  24.     40k. If you don't the compiler will crash.
  25.     You have been warned.
  26.  
  27.  
  28.     That's all.
  29.  
  30.     Have fun!
  31.  
  32.     nils.sjoholm@mailbox.swipnet.se
  33.  
  34.  
  35.